 |
API Documentation
|
|
|
13 class LogManager final :
public nkCommon::SingletonClass<LogManager>
nkLog::Logger * getReceiver() const
Encompasses all API of component NilkinsTasks.
Definition: LogManager.h:7
Responsible for logging all messages from the component.
Definition: LogManager.h:14
Class holding information about a string, with no ownership over the data.
Definition: StringView.h:22
An interface to make all logging capabilities central.
Definition: Logger.h:15
void log(const nkMemory::StringView &message, const nkMemory::StringView &className)
void setReceiver(nkLog::Logger *receiver)